home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Tele / Telefinder / GroupEditionAppleEvents3.0.sit / Group Edition AE's / THINK C Interfaces / Node Server AE / GEHEvents.h
Encoding:
C/C++ Source or Header  |  1993-03-08  |  502 b   |  34 lines  |  [TEXT/KAHL]

  1. /*
  2.     AppleEvent definitions for the Node Server application.
  3.  
  4.     Copyright 1992, Spider Island Software ALL RIGHTS RESERVED
  5.     10/9/92
  6. */
  7.  
  8. #ifndef __APPLEEVENTS__
  9. #include <AppleEvents.h>
  10. #endif
  11.  
  12. #define kGehClass 'TFhs'
  13. enum
  14. {
  15.  
  16.     kGehSendUserAlert    ='snda',
  17.     kGehCancelXfrs        ='cxfr',
  18.     kGehDisconnectUser    ='disu',
  19.     kGehGoOffline        ='goff',
  20.     kGehGoOnline        ='gonl',
  21.     kGehGoDirect        ='gdir',
  22.     kGehGetNodeName        ='nodn'
  23. };
  24.  
  25. enum
  26. {
  27.  
  28.  kGehAlertMessage    = 'galm',
  29.  kGehNodeName         = 'genn',
  30.  kGehBaudRate         = 'gbrt'
  31.  
  32. };
  33.  
  34.